projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0cd15b
)
Include w32bdf.h.
author
Geoff Voelker
<voelker@cs.washington.edu>
Fri, 22 Jan 1999 19:58:10 +0000
(19:58 +0000)
committer
Geoff Voelker
<voelker@cs.washington.edu>
Fri, 22 Jan 1999 19:58:10 +0000
(19:58 +0000)
(W32FontStruct) Add bdf element.
src/w32gui.h
patch
|
blob
|
history
diff --git
a/src/w32gui.h
b/src/w32gui.h
index 9cc6fe282bb857622ca5289bff6221d0b4fe3920..43b427710c626f5007845784d877f08f14cd4264 100644
(file)
--- a/
src/w32gui.h
+++ b/
src/w32gui.h
@@
-22,10
+22,12
@@
Boston, MA 02111-1307, USA. */
#define __W32GUI_H__
#include <windows.h>
+#include "w32bdf.h"
typedef struct W32FontStruct {
TEXTMETRIC tm;
HFONT hfont;
+ bdffont *bdf;
} W32FontStruct;
typedef HBITMAP Pixmap;